home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TUNREGFORM / TUNREGFORM.txt
Text File  |  2004-10-12  |  3KB  |  130 lines

  1. object UnregForm: TUnregForm
  2.   Left = 125
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'The Bat! is not Freeware'
  7.   ClientHeight = 243
  8.   ClientWidth = 592
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 592
  28.     Height = 243
  29.     Align = alClient
  30.     BevelWidth = 2
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 16
  34.       Top = 16
  35.       Width = 561
  36.       Height = 41
  37.       Alignment = taCenter
  38.       AutoSize = False
  39.       Caption = 'This program is provided to you for evaluation purposes.'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -15
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       WordWrap = True
  47.     end
  48.     object Label2: TLabel
  49.       Left = 24
  50.       Top = 56
  51.       Width = 545
  52.       Height = 81
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = 
  56.         'If you find The Bat! useful and wish to continue using it, pleas' +
  57.         'e find the time to register it. If you do not want to use the pr' +
  58.         'ogram any further, please remove its copy from your disk within ' +
  59.         'the period stated in The Licence Agreement.'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -15
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       WordWrap = True
  67.     end
  68.     object lDayLimit: TLabel
  69.       Left = 549
  70.       Top = 144
  71.       Width = 5
  72.       Height = 13
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -12
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object lDay: TLabel
  81.       Left = 8
  82.       Top = 168
  83.       Width = 577
  84.       Height = 13
  85.       Alignment = taCenter
  86.       AutoSize = False
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlack
  89.       Font.Height = -12
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.     end
  94.     object bbOK: TButton
  95.       Left = 112
  96.       Top = 200
  97.       Width = 75
  98.       Height = 25
  99.       Caption = 'OK'
  100.       ModalResult = 1
  101.       TabOrder = 0
  102.     end
  103.     object bExit: TButton
  104.       Left = 408
  105.       Top = 200
  106.       Width = 75
  107.       Height = 25
  108.       Caption = 'Exit'
  109.       ModalResult = 2
  110.       TabOrder = 2
  111.     end
  112.     object bHowReg: TButton
  113.       Left = 192
  114.       Top = 200
  115.       Width = 209
  116.       Height = 25
  117.       Caption = 'How to Register'
  118.       TabOrder = 1
  119.       OnClick = bHowRegClick
  120.     end
  121.     object bar: TProgressBar
  122.       Left = 40
  123.       Top = 144
  124.       Width = 500
  125.       Height = 16
  126.       TabOrder = 3
  127.     end
  128.   end
  129. end
  130.